Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
authorHilko Bengen <bengen@debian.org>
Mon, 9 Apr 2018 21:26:40 +0000 (23:26 +0200)
committerHilko Bengen <bengen@debian.org>
Wed, 11 Apr 2018 07:53:14 +0000 (08:53 +0100)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch

daemon/Makefile.am

index 94ee866a0ed2c5158d70a34a7f2446e7bbe8a7ff..26d6f78dd4b8edb2babdf121ca6488df2de2c06a 100644 (file)
@@ -218,7 +218,8 @@ guestfsd_LDADD = \
        $(TSK_LIBS) \
        $(RPC_LIBS) \
        $(YARA_LIBS) \
-       $(OCAML_LIBS)
+       $(OCAML_LIBS) \
+       $(LIBTINFO_LIBS)
 
 guestfsd_CPPFLAGS = \
        -I$(shell $(OCAMLC) -where) \